*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    word-break: break-all;
}
.xcConfirm *{
    box-sizing: content-box;
}
ul{
    list-style: none;
}
body{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    max-width: 1920px;
    margin: 0 auto!important;
}
#ariaTipText{
    display: block;
    height: 0!important;
}
a{
    color: #333333;
    text-decoration: none;
    display: inline-block;
}
a.hover-orange:hover,.hover-orange a:hover{
    color: #ffbc00;
}
a.hover-blue:hover,.hover-blue a:hover{
    color: #1693ff;
}
a.hover-under:hover,.hover-under a:hover{
    text-decoration: underline;
}
.centerWidth{
    width: 1200px;
    margin: 0 auto;
}
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}
.lf{
    float: left;
}
.rt{
    float: right;
}
.h5hide{
    display: none;
}
.width-320{
    width: 320px;
}
.w-10{
    width: 10%;
}
.w-15{
    width: 15%;
}
.w-20{
    width: 20%;
}
.w-30{
    width: 30%;
}
.w-40{
    width: 40%;
}
.w-50{
    width: 50%;
}
.w-100{
    width: 100%;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.mt-0{
    margin-top: 0!important;
}
.mt-5{
    margin-top: 5px;
}
.mt-10{
    margin-top: 10px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-30{
    margin-bottom: 30px;
}
.ml-20{
    margin-left: 20px;
}
.ml-25{
    margin-left: 25px;
}
.mr-5{
    margin-right: 5px;
}
.mr-10{
    margin-right: 10px;
}
.mr-15{
    margin-right: 15px;
}
.mr-19{
    margin-right: 15px;
}
.mr-20{
    margin-right: 20px;
}
.mr-23{
    margin-right: 23px;
}
.mr-29{
    margin-right:29px;
}
.mr-30{
    margin-right: 30px;
}
.mr-35{
    margin-right: 35px;
}
.mr-50{
    margin-right: 50px;
}
.py-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.px-10{
    padding-left: 10px;
    padding-right: 10px;
}
.pl-50{
    padding-left: 50px;
}
.pl-60{
    padding-left: 60px;
}
.pb-50{
    padding-bottom: 50px;
}
.fw-normal{
    font-weight: normal;
}
.fw-bld{
    font-weight: bold;
}
.dis-inline{
    display: inline;
}
.dis-inblock{
    display: inline-block;
}
.dis-block{
    display: block;
}
.show{
    display: block!important;
}
.flex-col-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cursor-pointer{
    cursor: pointer;
}
.hide{
    display: none;
}
.show{
    display: block;
}
/*单行省略*/
.ellipsis1{
    overflow:hidden; /*超出的部分隐藏起来。*/
    white-space:nowrap;/*不显示的地方用省略号...代替*/
    text-overflow:ellipsis;/* 支持 IE */
}
/*多行省略*/
.ellipsis2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pos-rel{
    position: relative;
}
.fd-top-banner{
    background: url("fd_bannerbg.jpg") top center no-repeat;
    background-size: auto;
    padding-bottom: 126px;
}
.fd-top{
    line-height: 52px;
}
.fd-top *{
    color: #0f68b5;
}
#weatherIfr{
    width: 250px;
    height: 30px;
    vertical-align: middle;
    margin-left: 30px;
    margin-top: 11px;
}
#weatherIfr *{
    font-size: 16px;
}
.icon-bmjz{
    vertical-align: middle;
    width: 11px;
    margin-right: 3px;
    margin-top: -2px;
}
.bmjz{
    cursor: pointer;
}
.bmjz-loc{
    display: inline-block;
}
.fd-top-box{
    position: relative;
}
.bmjz-hshide{
    position: absolute;
    width: 100%;
    max-width: 1920px;
    max-height: 100vh;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 999;
}
/****部门街镇弹窗***/
{
    display: inline-block;
    position: relative;
}

.bmjz-hshide {
    position: fixed;
    min-width: 1200px;
    width: 100%;
    background: #ffffff;
    background-size: 100% 100%;
    left: 0;
    top: 0;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}
.bmjz_close{
    position: absolute;
    right: 0;
    top: 0;
}

.bmjz-hshide .bmjz-hshideas {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.bmjz-hshide .bmjz-hshideas a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    width: 50%;
    background: #d4dee6;
}

.bmjz-hshide .bmjz-hshideas a:hover,
.bmjz-hshide .bmjz-hshideas a.cur {
    background: #3d85d3;
}

.bmjz-hshide .bmjz-hshideitems {
    overflow-y: auto;
    text-align: left;
}

.bmjz-hshide .bmjz-hshideitem {
    margin-top: 10px;
    line-height: 0;
}

.bmjz-hshide .bmjz-hshideitem a {
    display: block;
    float: left;
    width: 16.5%;
    padding: 0 5px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    margin-right: 1px;
}
.logo-box{
    text-align: center;
    padding: 90px 0 30px;
}
.logo-box a{
    display: inline-block;
}
.logo-box img{
    width: 300px;
    display: block;
}
.fd-search{
    width: 780px;
    height: 55px;
    background: url("fd_search_bg.png");
    background-size: 100% 100%;
    border-radius: 28px;
    margin: 0 auto;
}
.fd-search input{
    height: 55px;
    width: 82%;
    outline: none;
    border: none;
    padding: 0 50px 0 70px;
    background: none;
    color: #ffffff;
    font-size: 16px;
    border-radius: 28px 0 0 28px;
}
.fd-search input::placeholder {
    color: #ffffff;
}
.fd-search input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ffffff;
}
.fd-search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
}
.fd-search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
}
.fd-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}
.fd-search button{
    width: 18%;
    height: 55px;
    line-height: 55px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    float: right;
    background: none;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.fd-search .icon-search{
    width: 24px;
    margin-right: 15px;
    vertical-align: middle;
}
.hot-keywords{
    width: 780px;
    margin: 0 auto;
    padding: 10px 70px;
    color: #ffffff;
    font-size: 15px;
}
.hot-keywords a{
    margin-right: 5px;
    color: #ffffff;
}
.fd-top-nav{
    padding: 100px 0 50px;
}
.fd-top-nav-item{
    width: 168px;
    line-height: 65px;
    font-family: 宋体;
    padding-left: 5px;
    background: url("fd_nav_bg.png");
    background-size: 100% 100%;
    text-align: center;
    font-size: 25px;
    letter-spacing:5px;
    color: #ffffff;
    transition: all .3s;
    display: block;
}
.fd-top-nav-item:hover,.fd-top-nav-item.cur{
    background: url("fd_nav_bg_cur.png");
    background-size: 100% 100%;
}
.fd-top-nav-item{
    margin-right: 38px;
}
.fd-top-nav-item:last-child{
    margin-right: 0;
}
.part1{
    margin-top: -126px;
}
/*右边浮窗*/
.fix-right-box{
    position: fixed;
    right: 7%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: none;
}
.fix-right-item{
    display: block;
    text-align: center;
    width: 81px;
    height: 81px;
    line-height: 20px;
    padding-top: 15px;
    color: #1f97ff;
    border-radius: 30px;
    background-color: #c2e3fa;
    font-size: 14px;
    margin: 10px 0;
    position: relative;
}
.fix-right-item:hover{
    background-image: url("fix-right-item-bg.png");
    background-size: 100% 100%;
    color: #ffffff;
}
.fix-right-bmjz-box:hover{
    display: block;
}
.fix-right-item:hover+.fix-right-bmjz-box{
    display: block;
}
.fix-right-item .cur{
    display: none;
}
.fix-right-item:hover{
    color: #ffffff;
}
.fix-right-item:hover img{
    display: none;
}
.fix-right-item:hover img.cur{
    display: inline-block;
}
.fix-right-bmjz{
    background: #ffffff;
    width: 450px;
    height: 280px;
    line-height: 28px;
    padding: 20px;
    border-radius: 4px;
    overflow-y: auto;
    box-shadow: 0 2px 6px 0 rgba(46, 96, 96, 0.1);
}

.fix-right-bmjz-box{
    position: absolute;
    left: -470px;
    margin-top: -150px;
    padding-right: 20px;
    display: none;
}
.fix-right-bmjz-box:after{
    content: "";
    height: 0;
    width: 0;
    border:14px solid ;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color:rgba(255, 255, 255, 0.8);
    border-right-color: transparent;
    position: absolute;
    right: -8px;
    top: 28%;
}
.fix-right-bmjz>a{
    float: left;
    width: 30%;
    font-size: 13px;
}
.fix-right-bmjz>a:not(:nth-of-type(3n)){
    margin-right: 5%;
}

/*尾部*/
.footer{
    background-image: linear-gradient(130deg, #6fbdff 0%, #1693ff 100%), linear-gradient(#ecf6ff, #ecf6ff);
    padding: 30px 0 20px;
}
/*友情链接*/
.links-groups {
    position: relative;
    color: #ffffff;
    margin-bottom: 35px;
}
.links-down{
    width: 178px;
    height: 36px;
    line-height: 36px;
    background-color: rgba(247, 247, 247, 0.27);
    border: solid 1px rgba(206, 206, 206, 0.27);
    font-size: 14px;
    margin-right: 77px;
}
.links-down:last-of-type{
    margin-right: 0;
}
.links-tag{
    padding: 0 30px 0 15px;
    background: url("links_icon_sj.png") 150px center no-repeat;
    cursor: pointer;
    transition: all .3s;
}
.links-tag.cur{
    background: url("links_icon_sj1.png") 150px center no-repeat;
}
.links-lists{
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 4px 2px #f3f3f3;
    border-radius: 4px;
    position: absolute;
    bottom: 45px;
    left: 0;
    padding: 20px;
    display: none;
    max-height: 250px;
    overflow-y: auto;
}
.fix-right-bmjz::-webkit-scrollbar,.links-lists::-webkit-scrollbar {
    width:4px;
}
/* 滚动槽 */
.fix-right-bmjz::-webkit-scrollbar-track,.links-lists::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
}
/* 滚动条滑块 */
.fix-right-bmjz::-webkit-scrollbar-thumb,.links-lists::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.1);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
.fix-right-bmjz::-webkit-scrollbar-thumb:window-inactive,.links-lists::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(0,0,0,0.3);
}
.links-lists li{
    width: 14%;
    white-space: nowrap;
    float: left;
}
.links-lists li.w-20{
    width: 20%;
}
.links-lists li a{
    display: inline-block;
    padding: 0 20px;
}
.footer-ba{
    font-size: 12px;
}
.footer-ba *{
    color: #ffffff;
}
.footer-lf img{
    vertical-align: middle;
}
.footer-rt{
    display: inline-block;
    margin-top: -7px;
}
.footer-rt a{
    vertical-align: middle;
}
.footer-zfzc{
    width: 82px;
    margin-right: 15px;
}
.footer-dzjg{
    width: 48px;
    margin-right: 15px;
}
.footer-gajg{
    width: 34px;
}
.wxhy-float{
    display: none;
}
.h5show{
    display: none!important;
}

/*定位样式*/
.position{
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0 10px 35px;
    background: url("fd_com_local.png") left 10px no-repeat;
}
.position span{
    margin: 0 3px;
}
.position a:hover{
    color: #1693ff;
}
/*分页样式*/
.pagination{
    text-align: center;
    padding: 25px 0;
}
.pagination a,.pagination span{
    display: inline-block;
    line-height: 28px;
    min-width: 30px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #2799f8;
    text-align: center;
    padding: 0 8px;
    color: #666666;
    font-size: 16px;
    margin-right: 5px;
    background-color: #ffffff;
    width: auto!important;
}
.pagination span{
    margin-right: 0;
}
.pagination a.active,.pagination a:hover,.pagination a.blue{
    background-color: #51afff;
    border-color: #51afff;
    color: #ffffff;
}
.footer{
    line-height: 30px;
    height: auto;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
        transform: translateX(-60px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(60px);
        -ms-transform: translateX(60px);
        transform: translateX(60px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInUp;
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        -webkit-transform:scale(1.1);
        -ms-transform:scale(1.1);
        transform:scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
    }
}

.fadeInScale {
    -webkit-animation-name: fadeInScale;
    animation-name: fadeInScale;
}

@keyframes fadeInDuijiao1 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100px,-100px);
        -ms-transform: translate(-100px,-100px);
        transform: translate(-100px,-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
}

.fadeInDuijiao1 {
    -webkit-animation-name: fadeInDuijiao1;
    animation-name: fadeInDuijiao1;
}
@keyframes fadeInDuijiao2 {
    0% {
        opacity: 0;
        -webkit-transform: translate(100px,100px);
        -ms-transform: translate(100px,100px);
        transform: translate(100px,100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
}

.fadeInDuijiao2 {
    -webkit-animation-name: fadeInDuijiao2;
    animation-name: fadeInDuijiao2;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@media screen and (min-width: 769px) {
    /*pc自定义滚动栏样式*/
    .zdyscroll::-webkit-scrollbar {
        width:4px;
    }
    /* 滚动槽 */
    .zdyscroll::-webkit-scrollbar-track {
        -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
        border-radius:10px;
    }
    /* 滚动条滑块 */
    .zdyscroll::-webkit-scrollbar-thumb {
        border-radius:10px;
        background:rgba(0,0,0,0.1);
        -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
    }
    .zdyscroll::-webkit-scrollbar-thumb:window-inactive {
        background:rgba(0,0,0,0.3);
    }
}
@media screen and (max-width: 768px) {
    .list-title::-webkit-scrollbar{
        opacity: 0;
        width: 0;
        height: 0;
    }
    body{
        font-size: .3rem;
        line-height: .6rem;
    }
    .footer{
        line-height: .5rem;
    }
    .fd-top-box .pcshow{
        display: none!important;
    }
    .h5show{
        display: block!important;
    }
    .pcshow{
        display: none!important;
    }
    .centerWidth{
        width: 100%;
        padding: 0 .25rem;
    }
    .fd-top-banner{
        background-size: auto 100%;
    }
    #login,#register{
        display: none!important;
    }
    .fd-top .w-50{
        width: 100%;
    }
    .bmjz-hshide{
        width: 100%;
        min-width: auto;
        left: 0;
        background: #ffffff;
        box-shadow: 0 2px 6px 0 rgba(46, 96, 96, 0.1);
        height: 100vh;
        overflow-y: auto;
        padding: .3rem .25rem;
    }
    .logo-box{
        padding: 0 0 .3rem;
    }
    .logo-box img{
        width: 4rem;
    }
    .fd-search{
        width: 80%;
    }
    .fix-right-box{
        display: none!important;
    }
    .bmjz-hshide .bmjz-hshideitem a{
        width: 33%;
        margin-right: 0;
        white-space: nowrap;
        font-size: .24rem;
        line-height: .5rem;
        height: .5rem;
    }
    .fd-search input{
        height: .65rem;
        padding: 0 .3rem;
        font-size: .28rem;
    }
    .hot-keywords{
        font-size: .26rem;
        width: 85%;
        margin: 0 auto;
        padding: 0 0 0 0.3rem;
    }
    .hot-keywords a{
        margin-right: .05rem;
    }
    .fd-search{
        height: .65rem;
    }
    .fd-search button{
        height: .65rem;
        line-height: .65rem;
    }
    .fd-search .icon-search{
        width: .45rem;
        margin-right: 0;
    }
    .fd-top{
        line-height: .9rem;
    }
    .fd-top-nav{
        padding: .5rem .3rem;
    }
    .fd-top-nav-item{
        width: 30%;
        margin-right: 0;
        height: .9rem;
        line-height: .9rem;
        margin-bottom: .2rem;
        font-size: .38rem;
        letter-spacing: 0;
        padding-left: 0;
    }
    .fd-top-nav-item:not(:nth-of-type(3n)){
        margin-right: 3%;
    }
    .fd-top-banner{
        padding-bottom: 2rem;
    }
    .part1{
        margin-top: -1.8rem;
    }
    .h5-block{
        display: block;
    }
    .links-groups{
        display: none;
    }
    .footer{
        text-align: center;
        padding: .3rem;
    }
    .footer .h5-block{
        margin-right: 0;
    }
    .footer-lf{
        width: 100%;
    }
    .footer-ba{
        font-size: .26rem;
    }
    .footer-rt{
        width: 100%;
        padding-top: .2rem;
    }
    /* 回到顶部 */
    .wxhy-float {
        box-sizing: border-box;
        position: fixed;
        bottom: 1.79rem;
        right: 0.2rem;
        z-index: 99;
        width: 1.27rem;
        font-size: 0.26rem;
        color: #666666;
        text-align: center;
        padding-top: 0.55rem;
        border-radius: 0.04rem;
        background: #fafafa url("fd_h5_backtop.png") no-repeat top 0.15rem center;
        background-size: 0.41rem 0.47rem;
        line-height: .6rem;
    }
    .list-more{
        line-height: .7rem;
        text-align: center;
        display: block;
        padding: 0!important;
        color: #666666!important;
        background: #F7F7F7!important;
        border: 1px solid #eeeeee;
        margin: .15rem 0;
        font-size: .28rem;
    }
    /*定位样式*/
    .position span{
        margin: 0 .04rem;
    }
    .position{
        font-size: .28rem;
        line-height: .6rem;
        padding: .1rem 0 .1rem .4rem;
        background: url("fd_com_local.png") left .24rem no-repeat;
        background-size: .3rem auto;
    }
    .position a:hover{
        color: #1693ff;
    }
    /*分页样式*/
    .pagination{
        text-align: center;
        padding: .3rem 0;
    }
    .pagination a,.pagination span{
        display: inline-block;
        line-height: .5rem;
        height: .5rem;
        min-width: .5rem;
        border-radius: .04rem;
        border: solid 1px #2799f8;
        text-align: center;
        padding: 0 .1rem;
        color: #666666;
        font-size: .3rem;
        margin-right: .05rem;
    }
    .pagination span{
        margin-right: 0;
    }
    .h5-rt-no{
        float: none;
    }
    .footer-zfzc{
        width: 1.48rem;
        margin-right: .2rem;
    }
    .footer-dzjg{
        width: 0.87rem;
        margin-right: .2rem;
    }
    .footer-gajg{
        width: 0.62rem;
    }

}
